home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
game
/
cat.swf
/
scripts
/
frame_5
/
PlaceObject2_381_225
/
CLIPACTIONRECORD onClipEvent(keyDown).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-03-01
|
450 b
|
24 lines
onClipEvent(keyDown){
if(0 < _root.yuanzhu)
{
if(Key.isDown(Key.SPACE))
{
if(_root.pause == false)
{
if(_root.dajid == true)
{
_root.pausem.yuanzhuy--;
_root.dajid = false;
}
this._visible = true;
this.play();
x = true;
}
}
}
else
{
_root.yuanzhu = 0;
}
}